home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / mach / Makefile < prev   
Makefile  |  1991-07-29  |  3KB  |  47 lines

  1. #
  2. # Prototype Makefile for kernel modules.
  3. #
  4. # This Makefile is automatically generated.
  5. # DO NOT EDIT IT OR YOU MAY LOSE YOUR CHANGES.
  6. #
  7. # Generated from /sprite/lib/mkmf/Makefile.kernel
  8. # Mon Jul 29 17:55:01 PDT 1991
  9. #
  10. # For more information, refer to the mkmf manual page.
  11. #
  12. # $Header: /sprite/lib/mkmf/RCS/Makefile.kernel,v 1.18 91/04/11 12:55:14 kupfer Exp $ SPRITE (Berkeley)
  13. #
  14. # Allow mkmf
  15.  
  16. ALLSRCS        = ds3100.md/compatMapCode.c ds3100.md/compatSig.c ds3100.md/cvtStat.c ds3100.md/fcntl.c ds3100.md/ioctl.c ds3100.md/loMem.s ds3100.md/machAsm.s ds3100.md/machCode.c ds3100.md/machDis.c ds3100.md/machMigrate.c ds3100.md/machMon.c ds3100.md/machUNIXSyscall.c ds3100.md/signals.c ds3100.md/socket.c ds5000.md/compatMapCode.c ds5000.md/compatSig.c ds5000.md/cvtStat.c ds5000.md/ds3100.machAsm.s ds5000.md/ds3100.machCode.c ds5000.md/fcntl.c ds5000.md/ioctl.c ds5000.md/loMem.s ds5000.md/machAsm.s ds5000.md/machCode.c ds5000.md/machDis.c ds5000.md/machMigrate.c ds5000.md/machMon.c ds5000.md/machUNIXSyscall.c ds5000.md/signals.c ds5000.md/socket.c sun3.md/bootSysAsm.s sun3.md/machAsm.s sun3.md/machCode.c sun3.md/machEeprom.c sun3.md/machIntr.s sun3.md/machMigrate.c sun3.md/machMon.c sun3.md/machTrap.s sun3.md/machVector.s sun4.md/addsub.c sun4.md/bootSysAsm.s sun4.md/compare.c sun4.md/div.c sun4.md/fpu_simulator.c sun4.md/iu_simulator.c sun4.md/machAsm.s sun4.md/machCode.c sun4.md/machFPUGlue.c sun4.md/machIntr.s sun4.md/machMigrate.c sun4.md/machMon.c sun4.md/machTrace.s sun4.md/machTrap.s sun4.md/mul.c sun4.md/pack.c sun4.md/unpack.c sun4.md/utility.c sun4.md/uword.c sun4c.md/addsub.c sun4c.md/bootSysAsm.s sun4c.md/compare.c sun4c.md/div.c sun4c.md/fpu_simulator.c sun4c.md/iu_simulator.c sun4c.md/machAsm.s sun4c.md/machCode.c sun4c.md/machFPUGlue.c sun4c.md/machIntr.s sun4c.md/machMigrate.c sun4c.md/machMon.c sun4c.md/machTrap.s sun4c.md/mul.c sun4c.md/pack.c sun4c.md/unpack.c sun4c.md/utility.c sun4c.md/uword.c sun4c2.md/addsub.c sun4c2.md/bootSysAsm.s sun4c2.md/compare.c sun4c2.md/div.c sun4c2.md/fpu_simulator.c sun4c2.md/iu_simulator.c sun4c2.md/machAsm.s sun4c2.md/machCode.c sun4c2.md/machFPUGlue.c sun4c2.md/machIntr.s sun4c2.md/machMigrate.c sun4c2.md/machMon.c sun4c2.md/machTrap.s sun4c2.md/mul.c sun4c2.md/pack.c sun4c2.md/unpack.c sun4c2.md/utility.c sun4c2.md/uword.c symm.md/machArchdep.c symm.md/machAutoconf.c symm.md/machCode.c symm.md/machConsio.c symm.md/machCswitch.s symm.md/machGenAsmSymbols.c symm.md/machLocore.s symm.md/machMRegs.s symm.md/machMemory.c symm.md/machMigrate.c symm.md/machMisc.s symm.md/machMon.c symm.md/machMutex.s symm.md/machSlic.c symm.md/machStart.s symm.md/machStub.c symm.md/machSyscallTrace.c symm.md/machTrap.c
  17. LINTLIBS    = dbg.ln dev.ln fs.ln fscache.ln fsconsist.ln fsdm.ln fsio.ln \
  18.           fslcl.ln fspdev.ln fsprefix.ln fsrmt.ln fsutil.ln libc.ln \
  19.           main.ln mem.ln net.ln proc.ln prof.ln rpc.ln \
  20.           sched.ln sys.ln sync.ln timer.ln utils.ln vm.ln 
  21.  
  22. MACHINES    = ds3100 ds5000 sun3 sun4 sun4c sun4c2 symm
  23. MAKEFILE    = Makefile
  24. NAME        = mach
  25. PUBHDRS        = 
  26. SYSMAKEFILE    = kernel.mk
  27. #include    <settm.mk>
  28. DISTDIR         ?= /dist/sprite/src/kernel/mach
  29.  
  30. #if exists($(HOME)/kernel.mk)
  31. #include "$(HOME)/kernel.mk"
  32. #endif
  33.  
  34. #if exists($(TM).md/md.mk)
  35. #include    "$(TM).md/md.mk"
  36. #endif
  37.  
  38. #if exists(local.mk)
  39. #include     "local.mk"
  40. #else
  41. #include    <$(SYSMAKEFILE)>
  42. #endif
  43.  
  44. #if exists($(DEPFILE))
  45. #include    "$(DEPFILE)"
  46. #endif
  47.